home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cug232 / makefile.doc < prev    next >
Makefile  |  1987-06-17  |  512b  |  27 lines

  1. TROFF = vtroff
  2. DITROFF = vtroff
  3. FILES = READ_ME Makefile macros books BUGS INDEX \
  4. install userman apndx1 st.1 syntax
  5.  
  6. INDEX: books
  7.     invert books
  8.  
  9. installguide:
  10.     $(TROFF) -ms install
  11.  
  12. manbody: INDEX
  13.     bib userman | tbl | $(TROFF) -ms
  14.  
  15. appendix1: apndx1 macros
  16.     tbl apndx1 | $(TROFF) -ms
  17.  
  18. appendix2:
  19.     $(TROFF) -man man
  20.  
  21. appendix3:
  22.     pic syntax | $(DITROFF) -ms
  23.  
  24. bundle: $(FILES)
  25.     bundle $(FILES) >../docs.bundle
  26.  
  27.